home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / df.dir / 00209_CODE for 206.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  546 b   |  24 lines

  1. on mouseUp
  2.   set the movieTime of sprite 48 to 0
  3.   set the movieRate of sprite 48 to 0
  4.   set the visible of sprite 48 to 0
  5.   updateStage()
  6.   set the visible of sprite 19 to 0
  7.   repeat with x = 13 to 18
  8.     set the visible of sprite x to 1
  9.   end repeat
  10.   repeat with x = 3 to 8
  11.     puppetSprite(x, 1)
  12.     set the visible of sprite x to 1
  13.     puppetSprite(x, 0)
  14.   end repeat
  15.   puppetSprite(20, 1)
  16.   set the visible of sprite 20 to 1
  17.   puppetSprite(20, 0)
  18.   puppetSound("OPEN.AIF")
  19.   puppetSprite(1, 0)
  20.   go("No")
  21.   unLoadCast()
  22.   updateStage()
  23. end
  24.